Q3ViewerSetBackgroundColor
You can use theQ3ViewerSetBackgroundColor
function to set the background color of a viewer.
OSErr Q3ViewerSetBackgroundColor ( TQ3ViewerObject theViewer, TQ3ColorARGB *color);
theViewer
- A viewer object.
color
- The desired background color.
DESCRIPTION
TheQ3ViewerSetBackgroundColor
function sets the background color of the viewer specified by thetheViewer
parameter to the color specified by thecolor
parameter.